home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 1 / Amiga Tools.iso / egs-tools / egs_dev-disk / egsincludes / clib / gbselect_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-06  |  1.3 KB  |  44 lines

  1. #ifndef CLIB_EGB_GBSELECT_PROTOS_H
  2. #define CLIB_EGB_GBSELECT_PROTOS_H
  3.  
  4. /***************************************************************************\
  5. *  $
  6. *  $ FILE     : gbselect_protos.h
  7. *  $ VERSION  : 1
  8. *  $ REVISION : 4
  9. *  $ DATE     : 08-Dec-93 13:47
  10. *  $
  11. *  $ Author   : mvk
  12. *  $
  13. *
  14. *  C prototypes
  15. *
  16. *****************************************************************************
  17. *                                                                           *
  18. * (c) Copyright 1990/94 VIONA Development                                   *
  19. *     All Rights Reserved                                                   *
  20. *                                                                           *
  21. \***************************************************************************/
  22.  
  23. #ifndef         EXEC_TYPES_H
  24. #include        <exec/types.h>
  25. #endif
  26. #ifndef         EGS_EGSINTUI_H
  27. #include        <egs/egsintui.h>
  28. #endif
  29. #ifndef         EGS_EGSGADBOX_H
  30. #include        <egs/egsgadbox.h>
  31. #endif
  32. #ifndef         EGS_EGB_GBSELECT_H
  33. #include        <egs/egb/gbselect.h>
  34. #endif
  35.  
  36. EB_GadBoxPtr EGB_CreateSelectGadget(EB_GadContext con, LONG id,
  37.                     EGB_GadBoxArrayPtr elems);
  38. EB_GadBoxPtr EGB_CreateTextSelectGadget(EB_GadContext con, LONG id,
  39.                     EB_StrArrayPtr elems);
  40. void EGB_ModifySelectGadget(EI_WindowPtr win, EI_GadgetPtr gad, WORD num);
  41.  
  42. #endif /* CLIB_EGB_GBSELECT_PROTOS_H */
  43.  
  44.